home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Graph
/
Makefile.preamble
< prev
next >
Wrap
Makefile
|
1993-01-22
|
535b
|
19 lines
#
# Makefile Preamble
#
PRECOMPS = Graph.p
# declare our other ofiles that the yacc and lex modules produce
# vers.o contains current version info from the vers_string command
OTHER_OFILES = expr.o token.o vers.o
# tell yacc to produe a y.tab.h file, which has #defines for the token types
YFLAGS = -d
# junk produced by yacc and lex that is removed when we make clean
# vers.c is produced by the vers_string command.
OTHER_GARBAGE = expr.m y.tab.h token.m vers.c
# Uncomment this to find memory leaks
# OTHER_LIBS = -lMallocDebug